home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / src / hz.lha / Hz / ReadMe < prev   
Encoding:
Text File  |  1995-03-30  |  786 b   |  24 lines

  1. About Hz
  2.  
  3. This program is intended as a very simple first example for assembly
  4. language programmers that also happens to be a useful tool.
  5.  
  6. The contents of this archive are:
  7.  
  8.  · ReadMe - This note
  9.  · Hz.asm - The source code for the Hz program
  10.  · Hz     - The assembled program created from Hz.asm
  11.  
  12. The program allows you to switch between NTSC (60 Hz) and PAL (50 Hz)
  13. screen modes and is useful for developing NTSC/PAL sensitive games,
  14. demos, and other programs.  Usage is as follows:
  15.  
  16. Hz [N=NTSC/S|P=PAL/S]
  17.  
  18. So, for example, Hz n (or N or NTSC) switches to NTSC, Hz PAL switches
  19. to PAL, and so on.  Hz ? supplies a usage summary.  The default action
  20. is to switch to NTSC mode.
  21.  
  22. Please read the copyright notice provided in the source code (Hz.asm)
  23. for distribution/usage information.
  24.